FILES=`echo -e {src,decomp}/*.{c,h}`
numl=`wc -l ${FILES} | grep -G total | tr -s '[ ]' '\012' | grep -G [0-9]`
echo -e "Lines of source code:${numl}"
